home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / MindWarp.swf / scripts / DefineButton2_72 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-16  |  95 b   |  8 lines

  1. on(release){
  2.    tellTarget("/variable")
  3.    {
  4.       button = "7";
  5.    }
  6.    nextFrame();
  7. }
  8.